Skip to content

SchedulerQueue() constructor

Defined in

Type: SchedulerQueue Namespace: System.Reactive.Concurrency Assembly: System.Reactive.dll

Applies to

netstandard2.0

Overloads

  • 1. public SchedulerQueue()
  • 2. public SchedulerQueue(int capacity)

1. Overload

public SchedulerQueue()

Summary: Creates a new scheduler queue with a default initial capacity.

2. Overload

public SchedulerQueue(int capacity)

Summary: Creates a new scheduler queue with the specified initial capacity.

Parameters

NameTypeDescription
capacityintInitial capacity of the scheduler queue.

Exceptions

TypeCondition
System.ArgumentOutOfRangeExceptioncapacity is less than zero.